home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act2 / 00249.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  162 b   |  8 lines

  1. on moveme
  2.   repeat while the mouseDown
  3.     set the locH of sprite 33 to the mouseH
  4.     set the locV of sprite 33 to the mouseV
  5.     updateStage()
  6.   end repeat
  7. end
  8.